From c378eacb5dac2eafd6b9224ae1fe0c14aad02165 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 23 Jun 2022 22:33:51 +0300 Subject: [PATCH] shortcutcontroller: fix typo in property docs followup of d7dae84af248bc198601cad89441724c5345504d --- gtk/gtkshortcutcontroller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkshortcutcontroller.c b/gtk/gtkshortcutcontroller.c index 0a62e25e36..93aa218117 100644 --- a/gtk/gtkshortcutcontroller.c +++ b/gtk/gtkshortcutcontroller.c @@ -585,7 +585,7 @@ gtk_shortcut_controller_class_init (GtkShortcutControllerClass *klass) controller_class->unset_widget = gtk_shortcut_controller_unset_widget; /** - * GtkShortCutController:item-type: + * GtkShortcutController:item-type: * * The type of items. See [method@Gio.ListModel.get_item_type]. * -- 2.30.2